home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome-applets / builder / stickynotes.ui < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-23  |  52.7 KB  |  1,085 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkAdjustment" id="adjustment1">
  5.     <property name="upper">500</property>
  6.     <property name="lower">1</property>
  7.     <property name="page_increment">100</property>
  8.     <property name="step_increment">10</property>
  9.     <property name="page_size">0</property>
  10.     <property name="value">1</property>
  11.   </object>
  12.   <object class="GtkAdjustment" id="adjustment2">
  13.     <property name="upper">500</property>
  14.     <property name="lower">1</property>
  15.     <property name="page_increment">100</property>
  16.     <property name="step_increment">10</property>
  17.     <property name="page_size">0</property>
  18.     <property name="value">1</property>
  19.   </object>
  20.   <object class="GtkUIManager" id="uimanager1">
  21.     <child>
  22.       <object class="GtkActionGroup" id="actiongroup1">
  23.         <child>
  24.           <object class="GtkAction" id="popup_create">
  25.             <property name="stock_id">gtk-new</property>
  26.             <property name="name">popup_create</property>
  27.             <property name="label" translatable="yes">_New Note</property>
  28.           </object>
  29.         </child>
  30.         <child>
  31.           <object class="GtkAction" id="popup_destroy">
  32.             <property name="stock_id">gtk-delete</property>
  33.             <property name="name">popup_destroy</property>
  34.             <property name="label" translatable="yes">_Delete Note...</property>
  35.           </object>
  36.         </child>
  37.         <child>
  38.           <object class="GtkToggleAction" id="popup_toggle_lock">
  39.             <property name="name">popup_toggle_lock</property>
  40.             <property name="label" translatable="yes">_Lock Note</property>
  41.           </object>
  42.         </child>
  43.         <child>
  44.           <object class="GtkAction" id="popup_properties">
  45.             <property name="name">popup_properties</property>
  46.             <property name="label" translatable="yes">_Properties</property>
  47.           </object>
  48.         </child>
  49.       </object>
  50.     </child>
  51.     <ui>
  52.       <popup name="stickynote_menu">
  53.         <menuitem action="popup_create"/>
  54.         <menuitem action="popup_destroy"/>
  55.         <separator/>
  56.         <menuitem action="popup_toggle_lock"/>
  57.         <separator/>
  58.         <menuitem action="popup_properties"/>
  59.       </popup>
  60.     </ui>
  61.   </object>
  62.   <object class="GtkDialog" id="preferences_dialog">
  63.     <property name="border_width">5</property>
  64.     <property name="title" translatable="yes">Sticky Notes Preferences</property>
  65.     <property name="resizable">False</property>
  66.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  67.     <property name="has_separator">False</property>
  68.     <child internal-child="vbox">
  69.       <object class="GtkVBox" id="dialog-vbox1">
  70.         <property name="visible">True</property>
  71.         <property name="spacing">2</property>
  72.         <child>
  73.           <object class="GtkVBox" id="vbox2">
  74.             <property name="visible">True</property>
  75.             <property name="border_width">5</property>
  76.             <property name="spacing">18</property>
  77.             <child>
  78.               <object class="GtkVBox" id="vbox6">
  79.                 <property name="visible">True</property>
  80.                 <property name="spacing">6</property>
  81.                 <child>
  82.                   <object class="GtkLabel" id="label11">
  83.                     <property name="visible">True</property>
  84.                     <property name="xalign">0</property>
  85.                     <property name="label" translatable="yes"><b>Default Note Properties</b></property>
  86.                     <property name="use_markup">True</property>
  87.                   </object>
  88.                   <packing>
  89.                     <property name="expand">False</property>
  90.                     <property name="fill">False</property>
  91.                   </packing>
  92.                 </child>
  93.                 <child>
  94.                   <object class="GtkHBox" id="hbox1">
  95.                     <property name="visible">True</property>
  96.                     <child>
  97.                       <object class="GtkLabel" id="label14">
  98.                         <property name="visible">True</property>
  99.                         <property name="label" translatable="no">    </property>
  100.                       </object>
  101.                       <packing>
  102.                         <property name="expand">False</property>
  103.                         <property name="fill">False</property>
  104.                       </packing>
  105.                     </child>
  106.                     <child>
  107.                       <object class="GtkTable" id="table6">
  108.                         <property name="visible">True</property>
  109.                         <property name="n_rows">7</property>
  110.                         <property name="n_columns">2</property>
  111.                         <property name="column_spacing">12</property>
  112.                         <property name="row_spacing">6</property>
  113.                         <child>
  114.                           <object class="GtkFontButton" id="default_font">
  115.                             <property name="visible">True</property>
  116.                             <property name="can_focus">True</property>
  117.                             <property name="tooltip-text" translatable="yes">Choose a font to use for all sticky notes</property>
  118.                             <property name="title" translatable="yes">Pick a default sticky note font</property>
  119.                           </object>
  120.                           <packing>
  121.                             <property name="left_attach">1</property>
  122.                             <property name="right_attach">2</property>
  123.                             <property name="top_attach">6</property>
  124.                             <property name="bottom_attach">7</property>
  125.                             <property name="x_options">GTK_FILL</property>
  126.                             <property name="y_options"/>
  127.                           </packing>
  128.                         </child>
  129.                         <child>
  130.                           <object class="GtkAlignment" id="alignment5">
  131.                             <property name="visible">True</property>
  132.                             <property name="left_padding">16</property>
  133.                             <child>
  134.                               <object class="GtkLabel" id="font_label">
  135.                                 <property name="visible">True</property>
  136.                                 <property name="xalign">0</property>
  137.                                 <property name="label" translatable="yes">_Font:</property>
  138.                                 <property name="use_underline">True</property>
  139.                                 <property name="mnemonic_widget">default_font</property>
  140.                               </object>
  141.                             </child>
  142.                           </object>
  143.                           <packing>
  144.                             <property name="top_attach">6</property>
  145.                             <property name="bottom_attach">7</property>
  146.                             <property name="x_options">GTK_FILL</property>
  147.                           </packing>
  148.                         </child>
  149.                         <child>
  150.                           <object class="GtkCheckButton" id="sys_font_check">
  151.                             <property name="visible">True</property>
  152.                             <property name="can_focus">True</property>
  153.                             <property name="label" translatable="yes">Use fo_nt from the system theme</property>
  154.                             <property name="use_underline">True</property>
  155.                             <property name="draw_indicator">True</property>
  156.                           </object>
  157.                           <packing>
  158.                             <property name="right_attach">2</property>
  159.                             <property name="top_attach">5</property>
  160.                             <property name="bottom_attach">6</property>
  161.                             <property name="x_options">GTK_FILL</property>
  162.                             <property name="y_options"/>
  163.                           </packing>
  164.                         </child>
  165.                         <child>
  166.                           <object class="GtkAlignment" id="alignment6">
  167.                             <property name="visible">True</property>
  168.                             <property name="left_padding">16</property>
  169.                             <child>
  170.                               <object class="GtkLabel" id="color_label">
  171.                                 <property name="visible">True</property>
  172.                                 <property name="xalign">0</property>
  173.                                 <property name="label" translatable="yes">Note C_olor:</property>
  174.                                 <property name="use_underline">True</property>
  175.                                 <property name="mnemonic_widget">default_color</property>
  176.                               </object>
  177.                             </child>
  178.                           </object>
  179.                           <packing>
  180.                             <property name="top_attach">4</property>
  181.                             <property name="bottom_attach">5</property>
  182.                             <property name="x_options">GTK_FILL</property>
  183.                             <property name="y_options">GTK_FILL</property>
  184.                           </packing>
  185.                         </child>
  186.                         <child>
  187.                           <object class="GtkAlignment" id="alignment7">
  188.                             <property name="visible">True</property>
  189.                             <property name="left_padding">16</property>
  190.                             <child>
  191.                               <object class="GtkLabel" id="font_color_label">
  192.                                 <property name="visible">True</property>
  193.                                 <property name="xalign">0</property>
  194.                                 <property name="label" translatable="yes">Font Co_lor:</property>
  195.                                 <property name="use_underline">True</property>
  196.                                 <property name="mnemonic_widget">font_color</property>
  197.                               </object>
  198.                             </child>
  199.                           </object>
  200.                           <packing>
  201.                             <property name="top_attach">3</property>
  202.                             <property name="bottom_attach">4</property>
  203.                             <property name="x_options">GTK_FILL</property>
  204.                             <property name="y_options">GTK_FILL</property>
  205.                           </packing>
  206.                         </child>
  207.                         <child>
  208.                           <object class="GtkColorButton" id="font_color">
  209.                             <property name="visible">True</property>
  210.                             <property name="can_focus">True</property>
  211.                           </object>
  212.                           <packing>
  213.                             <property name="left_attach">1</property>
  214.                             <property name="right_attach">2</property>
  215.                             <property name="top_attach">3</property>
  216.                             <property name="bottom_attach">4</property>
  217.                             <property name="x_options">GTK_FILL</property>
  218.                             <property name="y_options"/>
  219.                           </packing>
  220.                         </child>
  221.                         <child>
  222.                           <object class="GtkColorButton" id="default_color">
  223.                             <property name="visible">True</property>
  224.                             <property name="can_focus">True</property>
  225.                             <property name="tooltip-text" translatable="yes">Choose a base color to use for all sticky notes</property>
  226.                             <property name="title" translatable="yes">Pick a default sticky note color</property>
  227.                           </object>
  228.                           <packing>
  229.                             <property name="left_attach">1</property>
  230.                             <property name="right_attach">2</property>
  231.                             <property name="top_attach">4</property>
  232.                             <property name="bottom_attach">5</property>
  233.                             <property name="y_options"/>
  234.                           </packing>
  235.                         </child>
  236.                         <child>
  237.                           <object class="GtkCheckButton" id="sys_color_check">
  238.                             <property name="visible">True</property>
  239.                             <property name="can_focus">True</property>
  240.                             <property name="label" translatable="yes">Use co_lor from the system theme</property>
  241.                             <property name="use_underline">True</property>
  242.                             <property name="draw_indicator">True</property>
  243.                           </object>
  244.                           <packing>
  245.                             <property name="right_attach">2</property>
  246.                             <property name="top_attach">2</property>
  247.                             <property name="bottom_attach">3</property>
  248.                             <property name="x_options">GTK_FILL</property>
  249.                             <property name="y_options"/>
  250.                           </packing>
  251.                         </child>
  252.                         <child>
  253.                           <object class="GtkSpinButton" id="height_spin">
  254.                             <property name="visible">True</property>
  255.                             <property name="can_focus">True</property>
  256.                             <property name="tooltip-text" translatable="yes">Specify the default height (in pixels) of new notes</property>
  257.                             <property name="adjustment">adjustment1</property>
  258.                             <property name="climb_rate">1</property>
  259.                             <property name="numeric">True</property>
  260.                           </object>
  261.                           <packing>
  262.                             <property name="left_attach">1</property>
  263.                             <property name="right_attach">2</property>
  264.                             <property name="top_attach">1</property>
  265.                             <property name="bottom_attach">2</property>
  266.                             <property name="y_options"/>
  267.                           </packing>
  268.                         </child>
  269.                         <child>
  270.                           <object class="GtkSpinButton" id="width_spin">
  271.                             <property name="visible">True</property>
  272.                             <property name="can_focus">True</property>
  273.                             <property name="tooltip-text" translatable="yes">Specify the default width (in pixels) of new notes</property>
  274.                             <property name="adjustment">adjustment2</property>
  275.                             <property name="climb_rate">1</property>
  276.                             <property name="numeric">True</property>
  277.                           </object>
  278.                           <packing>
  279.                             <property name="left_attach">1</property>
  280.                             <property name="right_attach">2</property>
  281.                             <property name="y_options"/>
  282.                           </packing>
  283.                         </child>
  284.                         <child>
  285.                           <object class="GtkLabel" id="height_label">
  286.                             <property name="visible">True</property>
  287.                             <property name="xalign">0</property>
  288.                             <property name="label" translatable="yes">H_eight:</property>
  289.                             <property name="use_underline">True</property>
  290.                             <property name="mnemonic_widget">height_spin</property>
  291.                           </object>
  292.                           <packing>
  293.                             <property name="top_attach">1</property>
  294.                             <property name="bottom_attach">2</property>
  295.                             <property name="x_options">GTK_FILL</property>
  296.                             <property name="y_options"/>
  297.                           </packing>
  298.                         </child>
  299.                         <child>
  300.                           <object class="GtkLabel" id="width_label">
  301.                             <property name="visible">True</property>
  302.                             <property name="xalign">0</property>
  303.                             <property name="label" translatable="yes">_Width:</property>
  304.                             <property name="use_underline">True</property>
  305.                             <property name="mnemonic_widget">width_spin</property>
  306.                           </object>
  307.                           <packing>
  308.                             <property name="x_options">GTK_FILL</property>
  309.                             <property name="y_options"/>
  310.                           </packing>
  311.                         </child>
  312.                       </object>
  313.                       <packing>
  314.                         <property name="position">1</property>
  315.                       </packing>
  316.                     </child>
  317.                   </object>
  318.                   <packing>
  319.                     <property name="position">1</property>
  320.                   </packing>
  321.                 </child>
  322.               </object>
  323.               <packing>
  324.                 <property name="expand">False</property>
  325.                 <property name="fill">False</property>
  326.               </packing>
  327.             </child>
  328.             <child>
  329.               <object class="GtkVBox" id="vbox11">
  330.                 <property name="visible">True</property>
  331.                 <property name="spacing">6</property>
  332.                 <child>
  333.                   <object class="GtkLabel" id="label31">
  334.                     <property name="visible">True</property>
  335.                     <property name="xalign">0</property>
  336.                     <property name="label" translatable="yes"><b>Behavior</b></property>
  337.                     <property name="use_markup">True</property>
  338.                   </object>
  339.                   <packing>
  340.                     <property name="expand">False</property>
  341.                     <property name="fill">False</property>
  342.                   </packing>
  343.                 </child>
  344.                 <child>
  345.                   <object class="GtkHBox" id="hbox11">
  346.                     <property name="visible">True</property>
  347.                     <child>
  348.                       <object class="GtkLabel" id="label32">
  349.                         <property name="visible">True</property>
  350.                         <property name="label" translatable="no">    </property>
  351.                       </object>
  352.                       <packing>
  353.                         <property name="expand">False</property>
  354.                         <property name="fill">False</property>
  355.                       </packing>
  356.                     </child>
  357.                     <child>
  358.                       <object class="GtkTable" id="table7">
  359.                         <property name="visible">True</property>
  360.                         <property name="n_rows">3</property>
  361.                         <property name="n_columns">2</property>
  362.                         <property name="column_spacing">12</property>
  363.                         <property name="row_spacing">6</property>
  364.                         <child>
  365.                           <placeholder/>
  366.                         </child>
  367.                         <child>
  368.                           <placeholder/>
  369.                         </child>
  370.                         <child>
  371.                           <object class="GtkCheckButton" id="force_default_check">
  372.                             <property name="visible">True</property>
  373.                             <property name="can_focus">True</property>
  374.                             <property name="tooltip-text" translatable="yes">Choose if the default style is forced on all notes</property>
  375.                             <property name="label" translatable="yes">Force _default color and font on notes</property>
  376.                             <property name="use_underline">True</property>
  377.                             <property name="draw_indicator">True</property>
  378.                           </object>
  379.                           <packing>
  380.                             <property name="right_attach">2</property>
  381.                             <property name="top_attach">2</property>
  382.                             <property name="bottom_attach">3</property>
  383.                             <property name="y_options"/>
  384.                           </packing>
  385.                         </child>
  386.                         <child>
  387.                           <object class="GtkCheckButton" id="sticky_check">
  388.                             <property name="visible">True</property>
  389.                             <property name="can_focus">True</property>
  390.                             <property name="tooltip-text" translatable="yes">Choose if notes are visible on all workspaces</property>
  391.                             <property name="label" translatable="yes">_Put notes on all workspaces</property>
  392.                             <property name="use_underline">True</property>
  393.                             <property name="draw_indicator">True</property>
  394.                           </object>
  395.                           <packing>
  396.                             <property name="right_attach">2</property>
  397.                             <property name="top_attach">1</property>
  398.                             <property name="bottom_attach">2</property>
  399.                             <property name="y_options"/>
  400.                           </packing>
  401.                         </child>
  402.                       </object>
  403.                       <packing>
  404.                         <property name="position">1</property>
  405.                       </packing>
  406.                     </child>
  407.                   </object>
  408.                   <packing>
  409.                     <property name="position">1</property>
  410.                   </packing>
  411.                 </child>
  412.               </object>
  413.               <packing>
  414.                 <property name="expand">False</property>
  415.                 <property name="fill">False</property>
  416.                 <property name="position">1</property>
  417.               </packing>
  418.             </child>
  419.           </object>
  420.           <packing>
  421.             <property name="expand">False</property>
  422.             <property name="fill">False</property>
  423.             <property name="position">1</property>
  424.           </packing>
  425.         </child>
  426.         <child internal-child="action_area">
  427.           <object class="GtkHButtonBox" id="dialog-action_area1">
  428.             <property name="visible">True</property>
  429.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  430.             <child>
  431.               <object class="GtkButton" id="helpbutton1">
  432.                 <property name="visible">True</property>
  433.                 <property name="can_focus">True</property>
  434.                 <property name="can_default">True</property>
  435.                 <property name="label">gtk-help</property>
  436.                 <property name="use_stock">True</property>
  437.               </object>
  438.             </child>
  439.             <child>
  440.               <object class="GtkButton" id="closebutton1">
  441.                 <property name="visible">True</property>
  442.                 <property name="can_focus">True</property>
  443.                 <property name="can_default">True</property>
  444.                 <property name="label">gtk-close</property>
  445.                 <property name="use_stock">True</property>
  446.               </object>
  447.               <packing>
  448.                 <property name="position">1</property>
  449.               </packing>
  450.             </child>
  451.           </object>
  452.           <packing>
  453.             <property name="expand">False</property>
  454.             <property name="pack_type">GTK_PACK_END</property>
  455.           </packing>
  456.         </child>
  457.       </object>
  458.     </child>
  459.     <action-widgets>
  460.       <action-widget response="0">default_font</action-widget>
  461.       <action-widget response="0">sys_font_check</action-widget>
  462.       <action-widget response="0">font_color</action-widget>
  463.       <action-widget response="0">default_color</action-widget>
  464.       <action-widget response="0">sys_color_check</action-widget>
  465.       <action-widget response="0">force_default_check</action-widget>
  466.       <action-widget response="0">sticky_check</action-widget>
  467.       <action-widget response="-11">helpbutton1</action-widget>
  468.       <action-widget response="-7">closebutton1</action-widget>
  469.     </action-widgets>
  470.   </object>
  471.   <object class="GtkDialog" id="delete_dialog">
  472.     <property name="border_width">5</property>
  473.     <property name="resizable">False</property>
  474.     <property name="modal">True</property>
  475.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  476.     <property name="has_separator">False</property>
  477.     <child internal-child="vbox">
  478.       <object class="GtkVBox" id="dialog-vbox3">
  479.         <property name="visible">True</property>
  480.         <property name="spacing">14</property>
  481.         <child>
  482.           <object class="GtkHBox" id="hbox7">
  483.             <property name="visible">True</property>
  484.             <property name="border_width">5</property>
  485.             <property name="spacing">12</property>
  486.             <child>
  487.               <object class="GtkImage" id="image3">
  488.                 <property name="visible">True</property>
  489.                 <property name="yalign">0</property>
  490.                 <property name="stock">gtk-dialog-warning</property>
  491.                 <property name="icon_size">6</property>
  492.               </object>
  493.             </child>
  494.             <child>
  495.               <object class="GtkLabel" id="label30">
  496.                 <property name="visible">True</property>
  497.                 <property name="yalign">0</property>
  498.                 <property name="label" translatable="yes"><b>Delete this sticky note?</b>
  499.  
  500. This cannot be undone.</property>
  501.                 <property name="use_markup">True</property>
  502.               </object>
  503.               <packing>
  504.                 <property name="expand">False</property>
  505.                 <property name="fill">False</property>
  506.                 <property name="position">1</property>
  507.               </packing>
  508.             </child>
  509.           </object>
  510.           <packing>
  511.             <property name="expand">False</property>
  512.             <property name="fill">False</property>
  513.             <property name="position">1</property>
  514.           </packing>
  515.         </child>
  516.         <child internal-child="action_area">
  517.           <object class="GtkHButtonBox" id="dialog-action_area3">
  518.             <property name="visible">True</property>
  519.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  520.             <child>
  521.               <object class="GtkButton" id="button1">
  522.                 <property name="visible">True</property>
  523.                 <property name="can_focus">True</property>
  524.                 <property name="can_default">True</property>
  525.                 <property name="label">gtk-cancel</property>
  526.                 <property name="use_stock">True</property>
  527.               </object>
  528.             </child>
  529.             <child>
  530.               <object class="GtkButton" id="button2">
  531.                 <property name="visible">True</property>
  532.                 <property name="can_focus">True</property>
  533.                 <property name="can_default">True</property>
  534.                 <property name="label">gtk-delete</property>
  535.                 <property name="use_stock">True</property>
  536.               </object>
  537.               <packing>
  538.                 <property name="position">1</property>
  539.               </packing>
  540.             </child>
  541.           </object>
  542.           <packing>
  543.             <property name="expand">False</property>
  544.             <property name="pack_type">GTK_PACK_END</property>
  545.           </packing>
  546.         </child>
  547.       </object>
  548.     </child>
  549.     <action-widgets>
  550.       <action-widget response="-6">button1</action-widget>
  551.       <action-widget response="-5">button2</action-widget>
  552.     </action-widgets>
  553.   </object>
  554.   <object class="GtkDialog" id="delete_all_dialog">
  555.     <property name="border_width">5</property>
  556.     <property name="resizable">False</property>
  557.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  558.     <property name="has_separator">False</property>
  559.     <child internal-child="vbox">
  560.       <object class="GtkVBox" id="dialog-vbox4">
  561.         <property name="visible">True</property>
  562.         <property name="spacing">14</property>
  563.         <child>
  564.           <object class="GtkHBox" id="hbox8">
  565.             <property name="visible">True</property>
  566.             <property name="border_width">5</property>
  567.             <property name="spacing">12</property>
  568.             <child>
  569.               <object class="GtkImage" id="image2">
  570.                 <property name="visible">True</property>
  571.                 <property name="yalign">0</property>
  572.                 <property name="stock">gtk-dialog-warning</property>
  573.                 <property name="icon_size">6</property>
  574.               </object>
  575.               <packing>
  576.                 <property name="expand">False</property>
  577.                 <property name="fill">False</property>
  578.               </packing>
  579.             </child>
  580.             <child>
  581.               <object class="GtkLabel" id="label29">
  582.                 <property name="visible">True</property>
  583.                 <property name="yalign">0</property>
  584.                 <property name="label" translatable="yes"><b>Delete all sticky notes?</b>
  585.  
  586. This cannot be undone.</property>
  587.                 <property name="use_markup">True</property>
  588.               </object>
  589.               <packing>
  590.                 <property name="expand">False</property>
  591.                 <property name="fill">False</property>
  592.                 <property name="position">1</property>
  593.               </packing>
  594.             </child>
  595.           </object>
  596.           <packing>
  597.             <property name="expand">False</property>
  598.             <property name="fill">False</property>
  599.             <property name="position">1</property>
  600.           </packing>
  601.         </child>
  602.         <child internal-child="action_area">
  603.           <object class="GtkHButtonBox" id="dialog-action_area4">
  604.             <property name="visible">True</property>
  605.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  606.             <child>
  607.               <object class="GtkButton" id="button3">
  608.                 <property name="visible">True</property>
  609.                 <property name="can_focus">True</property>
  610.                 <property name="can_default">True</property>
  611.                 <property name="label">gtk-cancel</property>
  612.                 <property name="use_stock">True</property>
  613.               </object>
  614.             </child>
  615.             <child>
  616.               <object class="GtkButton" id="button4">
  617.                 <property name="visible">True</property>
  618.                 <property name="can_focus">True</property>
  619.                 <property name="can_default">True</property>
  620.                 <child>
  621.                   <object class="GtkAlignment" id="alignment1">
  622.                     <property name="visible">True</property>
  623.                     <property name="xscale">0</property>
  624.                     <property name="yscale">0</property>
  625.                     <child>
  626.                       <object class="GtkHBox" id="hbox4">
  627.                         <property name="visible">True</property>
  628.                         <property name="spacing">2</property>
  629.                         <child>
  630.                           <object class="GtkImage" id="image1">
  631.                             <property name="visible">True</property>
  632.                             <property name="stock">gtk-delete</property>
  633.                           </object>
  634.                           <packing>
  635.                             <property name="expand">False</property>
  636.                             <property name="fill">False</property>
  637.                           </packing>
  638.                         </child>
  639.                         <child>
  640.                           <object class="GtkLabel" id="label19">
  641.                             <property name="visible">True</property>
  642.                             <property name="label" translatable="yes">_Delete All</property>
  643.                             <property name="use_underline">True</property>
  644.                           </object>
  645.                           <packing>
  646.                             <property name="expand">False</property>
  647.                             <property name="fill">False</property>
  648.                             <property name="position">1</property>
  649.                           </packing>
  650.                         </child>
  651.                       </object>
  652.                     </child>
  653.                   </object>
  654.                 </child>
  655.               </object>
  656.               <packing>
  657.                 <property name="position">1</property>
  658.               </packing>
  659.             </child>
  660.           </object>
  661.           <packing>
  662.             <property name="expand">False</property>
  663.             <property name="pack_type">GTK_PACK_END</property>
  664.           </packing>
  665.         </child>
  666.       </object>
  667.     </child>
  668.     <action-widgets>
  669.       <action-widget response="-6">button3</action-widget>
  670.       <action-widget response="-5">button4</action-widget>
  671.     </action-widgets>
  672.   </object>
  673.   <object class="GtkWindow" id="stickynote_window">
  674.     <property name="title" translatable="yes">Sticky Note</property>
  675.     <child>
  676.       <object class="GtkVBox" id="vbox10">
  677.         <property name="visible">True</property>
  678.         <child>
  679.           <object class="GtkHBox" id="title_bar">
  680.             <property name="visible">True</property>
  681.             <child>
  682.               <object class="GtkButton" id="lock_button">
  683.                 <property name="can_focus">True</property>
  684.                 <property name="tooltip-text" translatable="yes">Lock/Unlock note</property>
  685.                 <property name="relief">GTK_RELIEF_NONE</property>
  686.                 <child>
  687.                   <object class="GtkImage" id="lock_img">
  688.                     <property name="visible">True</property>
  689.                     <property name="stock">gtk-missing-image</property>
  690.                   </object>
  691.                 </child>
  692.               </object>
  693.               <packing>
  694.                 <property name="expand">False</property>
  695.                 <property name="fill">False</property>
  696.               </packing>
  697.             </child>
  698.             <child>
  699.               <object class="GtkLabel" id="title_label">
  700.                 <property name="visible">True</property>
  701.                 <property name="xpad">2</property>
  702.                 <property name="use_markup">True</property>
  703.                 <property name="justify">GTK_JUSTIFY_CENTER</property>
  704.               </object>
  705.               <packing>
  706.                 <property name="position">1</property>
  707.               </packing>
  708.             </child>
  709.             <child>
  710.               <object class="GtkButton" id="close_button">
  711.                 <property name="can_focus">True</property>
  712.                 <property name="tooltip-text" translatable="yes">Close note</property>
  713.                 <property name="relief">GTK_RELIEF_NONE</property>
  714.                 <child>
  715.                   <object class="GtkImage" id="close_img">
  716.                     <property name="visible">True</property>
  717.                     <property name="stock">gtk-missing-image</property>
  718.                   </object>
  719.                 </child>
  720.               </object>
  721.               <packing>
  722.                 <property name="expand">False</property>
  723.                 <property name="fill">False</property>
  724.                 <property name="position">2</property>
  725.               </packing>
  726.             </child>
  727.           </object>
  728.           <packing>
  729.             <property name="expand">False</property>
  730.             <property name="fill">False</property>
  731.           </packing>
  732.         </child>
  733.         <child>
  734.           <object class="GtkTextView" id="body_text">
  735.             <property name="visible">True</property>
  736.             <property name="can_focus">True</property>
  737.             <property name="has_focus">True</property>
  738.             <property name="wrap_mode">GTK_WRAP_WORD</property>
  739.             <property name="left_margin">4</property>
  740.             <property name="right_margin">4</property>
  741.           </object>
  742.           <packing>
  743.             <property name="position">1</property>
  744.           </packing>
  745.         </child>
  746.         <child>
  747.           <object class="GtkHBox" id="resize_bar">
  748.             <child>
  749.               <object class="GtkEventBox" id="resize_sw_box">
  750.                 <property name="visible">True</property>
  751.                 <property name="tooltip-text" translatable="yes">Resize note</property>
  752.                 <child>
  753.                   <object class="GtkImage" id="resize_sw_img">
  754.                     <property name="visible">True</property>
  755.                     <property name="xalign">0</property>
  756.                     <property name="yalign">1</property>
  757.                     <property name="stock">gtk-missing-image</property>
  758.                   </object>
  759.                 </child>
  760.               </object>
  761.               <packing>
  762.                 <property name="expand">False</property>
  763.                 <property name="fill">False</property>
  764.               </packing>
  765.             </child>
  766.             <child>
  767.               <object class="GtkEventBox" id="resize_se_box">
  768.                 <property name="visible">True</property>
  769.                 <property name="tooltip-text" translatable="yes">Resize note</property>
  770.                 <child>
  771.                   <object class="GtkImage" id="resize_se_img">
  772.                     <property name="visible">True</property>
  773.                     <property name="xalign">1</property>
  774.                     <property name="yalign">1</property>
  775.                     <property name="stock">gtk-missing-image</property>
  776.                   </object>
  777.                 </child>
  778.               </object>
  779.               <packing>
  780.                 <property name="expand">False</property>
  781.                 <property name="fill">False</property>
  782.                 <property name="pack_type">GTK_PACK_END</property>
  783.                 <property name="position">1</property>
  784.               </packing>
  785.             </child>
  786.           </object>
  787.           <packing>
  788.             <property name="expand">False</property>
  789.             <property name="fill">False</property>
  790.             <property name="position">2</property>
  791.           </packing>
  792.         </child>
  793.       </object>
  794.     </child>
  795.   </object>
  796.   <object class="GtkMenu" constructor="uimanager1" id="stickynote_menu">
  797.     
  798.     
  799.     
  800.     
  801.     
  802.     
  803.   </object>
  804.   <object class="GtkDialog" id="stickynote_properties">
  805.     <property name="border_width">5</property>
  806.     <property name="title" translatable="yes">Sticky Note Properties</property>
  807.     <property name="resizable">False</property>
  808.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  809.     <property name="has_separator">False</property>
  810.     <child internal-child="vbox">
  811.       <object class="GtkVBox" id="dialog-vbox2">
  812.         <property name="visible">True</property>
  813.         <property name="spacing">2</property>
  814.         <child>
  815.           <object class="GtkVBox" id="vbox12">
  816.             <property name="visible">True</property>
  817.             <property name="border_width">5</property>
  818.             <property name="spacing">18</property>
  819.             <child>
  820.               <object class="GtkVBox" id="vbox13">
  821.                 <property name="visible">True</property>
  822.                 <property name="spacing">6</property>
  823.                 <child>
  824.                   <object class="GtkLabel" id="label35">
  825.                     <property name="visible">True</property>
  826.                     <property name="xalign">0</property>
  827.                     <property name="label" translatable="yes"><b>Properties</b></property>
  828.                     <property name="use_markup">True</property>
  829.                   </object>
  830.                   <packing>
  831.                     <property name="expand">False</property>
  832.                     <property name="fill">False</property>
  833.                   </packing>
  834.                 </child>
  835.                 <child>
  836.                   <object class="GtkHBox" id="hbox12">
  837.                     <property name="visible">True</property>
  838.                     <child>
  839.                       <object class="GtkLabel" id="label36">
  840.                         <property name="visible">True</property>
  841.                         <property name="label" translatable="no">    </property>
  842.                       </object>
  843.                       <packing>
  844.                         <property name="expand">False</property>
  845.                         <property name="fill">False</property>
  846.                       </packing>
  847.                     </child>
  848.                     <child>
  849.                       <object class="GtkTable" id="table8">
  850.                         <property name="visible">True</property>
  851.                         <property name="n_rows">6</property>
  852.                         <property name="n_columns">2</property>
  853.                         <property name="column_spacing">12</property>
  854.                         <property name="row_spacing">6</property>
  855.                         <child>
  856.                           <object class="GtkFontButton" id="note_font">
  857.                             <property name="visible">True</property>
  858.                             <property name="can_focus">True</property>
  859.                             <property name="tooltip-text" translatable="yes">Choose a font for the note</property>
  860.                             <property name="title" translatable="yes">Pick a font for the sticky note</property>
  861.                           </object>
  862.                           <packing>
  863.                             <property name="left_attach">1</property>
  864.                             <property name="right_attach">2</property>
  865.                             <property name="top_attach">5</property>
  866.                             <property name="bottom_attach">6</property>
  867.                             <property name="x_options">GTK_FILL</property>
  868.                             <property name="y_options"/>
  869.                           </packing>
  870.                         </child>
  871.                         <child>
  872.                           <object class="GtkAlignment" id="alignment2">
  873.                             <property name="visible">True</property>
  874.                             <property name="left_padding">16</property>
  875.                             <child>
  876.                               <object class="GtkLabel" id="font_label">
  877.                                 <property name="visible">True</property>
  878.                                 <property name="xalign">0</property>
  879.                                 <property name="label" translatable="yes">_Font:</property>
  880.                                 <property name="use_underline">True</property>
  881.                                 <property name="mnemonic_widget">note_color</property>
  882.                               </object>
  883.                             </child>
  884.                           </object>
  885.                           <packing>
  886.                             <property name="top_attach">5</property>
  887.                             <property name="bottom_attach">6</property>
  888.                             <property name="x_options">GTK_FILL</property>
  889.                           </packing>
  890.                         </child>
  891.                         <child>
  892.                           <object class="GtkCheckButton" id="def_font_check">
  893.                             <property name="visible">True</property>
  894.                             <property name="can_focus">True</property>
  895.                             <property name="label" translatable="yes">Use default fo_nt</property>
  896.                             <property name="use_underline">True</property>
  897.                             <property name="draw_indicator">True</property>
  898.                           </object>
  899.                           <packing>
  900.                             <property name="right_attach">2</property>
  901.                             <property name="top_attach">4</property>
  902.                             <property name="bottom_attach">5</property>
  903.                             <property name="x_options">GTK_FILL</property>
  904.                             <property name="y_options"/>
  905.                           </packing>
  906.                         </child>
  907.                         <child>
  908.                           <object class="GtkColorButton" id="note_color">
  909.                             <property name="visible">True</property>
  910.                             <property name="can_focus">True</property>
  911.                             <property name="tooltip-text" translatable="yes">Choose a color for the note</property>
  912.                             <property name="title" translatable="yes">Pick a color for the sticky note</property>
  913.                           </object>
  914.                           <packing>
  915.                             <property name="left_attach">1</property>
  916.                             <property name="right_attach">2</property>
  917.                             <property name="top_attach">3</property>
  918.                             <property name="bottom_attach">4</property>
  919.                             <property name="x_options">GTK_FILL</property>
  920.                             <property name="y_options"/>
  921.                           </packing>
  922.                         </child>
  923.                         <child>
  924.                           <object class="GtkAlignment" id="alignment3">
  925.                             <property name="visible">True</property>
  926.                             <property name="left_padding">16</property>
  927.                             <child>
  928.                               <object class="GtkLabel" id="color_label">
  929.                                 <property name="visible">True</property>
  930.                                 <property name="xalign">0</property>
  931.                                 <property name="label" translatable="yes">Note _Color:</property>
  932.                                 <property name="use_underline">True</property>
  933.                                 <property name="mnemonic_widget">note_color</property>
  934.                               </object>
  935.                             </child>
  936.                           </object>
  937.                           <packing>
  938.                             <property name="top_attach">3</property>
  939.                             <property name="bottom_attach">4</property>
  940.                             <property name="x_options">GTK_FILL</property>
  941.                           </packing>
  942.                         </child>
  943.                         <child>
  944.                           <object class="GtkColorButton" id="font_color">
  945.                             <property name="visible">True</property>
  946.                             <property name="can_focus">True</property>
  947.                           </object>
  948.                           <packing>
  949.                             <property name="left_attach">1</property>
  950.                             <property name="right_attach">2</property>
  951.                             <property name="top_attach">2</property>
  952.                             <property name="bottom_attach">3</property>
  953.                             <property name="x_options">GTK_FILL</property>
  954.                             <property name="y_options"/>
  955.                           </packing>
  956.                         </child>
  957.                         <child>
  958.                           <object class="GtkAlignment" id="alignment4">
  959.                             <property name="visible">True</property>
  960.                             <property name="left_padding">16</property>
  961.                             <child>
  962.                               <object class="GtkLabel" id="font_color_label">
  963.                                 <property name="visible">True</property>
  964.                                 <property name="xalign">0</property>
  965.                                 <property name="label" translatable="yes">Font C_olor:</property>
  966.                                 <property name="use_underline">True</property>
  967.                                 <property name="mnemonic_widget">font_color</property>
  968.                               </object>
  969.                             </child>
  970.                           </object>
  971.                           <packing>
  972.                             <property name="top_attach">2</property>
  973.                             <property name="bottom_attach">3</property>
  974.                             <property name="x_options">GTK_FILL</property>
  975.                           </packing>
  976.                         </child>
  977.                         <child>
  978.                           <object class="GtkCheckButton" id="def_color_check">
  979.                             <property name="visible">True</property>
  980.                             <property name="can_focus">True</property>
  981.                             <property name="label" translatable="yes">Use default co_lor</property>
  982.                             <property name="use_underline">True</property>
  983.                             <property name="draw_indicator">True</property>
  984.                           </object>
  985.                           <packing>
  986.                             <property name="right_attach">2</property>
  987.                             <property name="top_attach">1</property>
  988.                             <property name="bottom_attach">2</property>
  989.                             <property name="y_options"/>
  990.                           </packing>
  991.                         </child>
  992.                         <child>
  993.                           <object class="GtkEntry" id="title_entry">
  994.                             <property name="visible">True</property>
  995.                             <property name="can_focus">True</property>
  996.                             <property name="tooltip-text" translatable="yes">Specify a title for the note</property>
  997.                             <property name="invisible_char">*</property>
  998.                           </object>
  999.                           <packing>
  1000.                             <property name="left_attach">1</property>
  1001.                             <property name="right_attach">2</property>
  1002.                             <property name="y_options"/>
  1003.                           </packing>
  1004.                         </child>
  1005.                         <child>
  1006.                           <object class="GtkLabel" id="label33">
  1007.                             <property name="visible">True</property>
  1008.                             <property name="xalign">0</property>
  1009.                             <property name="label" translatable="yes">_Title:</property>
  1010.                             <property name="use_underline">True</property>
  1011.                             <property name="mnemonic_widget">title_entry</property>
  1012.                           </object>
  1013.                           <packing>
  1014.                             <property name="x_options">GTK_FILL</property>
  1015.                             <property name="y_options"/>
  1016.                           </packing>
  1017.                         </child>
  1018.                       </object>
  1019.                       <packing>
  1020.                         <property name="position">1</property>
  1021.                       </packing>
  1022.                     </child>
  1023.                   </object>
  1024.                   <packing>
  1025.                     <property name="position">1</property>
  1026.                   </packing>
  1027.                 </child>
  1028.               </object>
  1029.               <packing>
  1030.                 <property name="expand">False</property>
  1031.                 <property name="fill">False</property>
  1032.               </packing>
  1033.             </child>
  1034.           </object>
  1035.           <packing>
  1036.             <property name="expand">False</property>
  1037.             <property name="fill">False</property>
  1038.             <property name="position">1</property>
  1039.           </packing>
  1040.         </child>
  1041.         <child internal-child="action_area">
  1042.           <object class="GtkHButtonBox" id="dialog-action_area2">
  1043.             <property name="visible">True</property>
  1044.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  1045.             <child>
  1046.               <object class="GtkButton" id="helpbutton2">
  1047.                 <property name="visible">True</property>
  1048.                 <property name="can_focus">True</property>
  1049.                 <property name="can_default">True</property>
  1050.                 <property name="label">gtk-help</property>
  1051.                 <property name="use_stock">True</property>
  1052.               </object>
  1053.             </child>
  1054.             <child>
  1055.               <object class="GtkButton" id="closebutton2">
  1056.                 <property name="visible">True</property>
  1057.                 <property name="can_focus">True</property>
  1058.                 <property name="can_default">True</property>
  1059.                 <property name="label">gtk-close</property>
  1060.                 <property name="use_stock">True</property>
  1061.               </object>
  1062.               <packing>
  1063.                 <property name="position">1</property>
  1064.               </packing>
  1065.             </child>
  1066.           </object>
  1067.           <packing>
  1068.             <property name="expand">False</property>
  1069.             <property name="pack_type">GTK_PACK_END</property>
  1070.           </packing>
  1071.         </child>
  1072.       </object>
  1073.     </child>
  1074.     <action-widgets>
  1075.       <action-widget response="0">note_font</action-widget>
  1076.       <action-widget response="0">def_font_check</action-widget>
  1077.       <action-widget response="0">note_color</action-widget>
  1078.       <action-widget response="0">font_color</action-widget>
  1079.       <action-widget response="0">def_color_check</action-widget>
  1080.       <action-widget response="-11">helpbutton2</action-widget>
  1081.       <action-widget response="-7">closebutton2</action-widget>
  1082.     </action-widgets>
  1083.   </object>
  1084. </interface>
  1085.